Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting json prop #496

Merged
merged 5 commits into from
Nov 6, 2023
Merged

Getting json prop #496

merged 5 commits into from
Nov 6, 2023

Conversation

agav99
Copy link
Contributor

@agav99 agav99 commented May 29, 2022

new binding operation for getting json or object property
using as {varName;json(propPath)}
where value of "varName" is json or object
"propPath" - path to desired object property

@lgtm-com
Copy link

lgtm-com bot commented May 29, 2022

This pull request introduces 1 alert when merging 41fc84c into 7c03b45 - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented May 29, 2022

This pull request introduces 1 alert when merging c5d82b3 into 7c03b45 - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

@GermanBluefox GermanBluefox merged commit ecba411 into ioBroker:master Nov 6, 2023
@@ -48,6 +48,21 @@
return null;
}

// get valeue of Obj property PropPath. PropPath is string like "Prop1" or "Prop1.Prop2" ...
function getObjPropValue(obj, propPath) {

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused function getObjPropValue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants